home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 104 / MacAddict_104_2005-04.iso / Software / Internet & Communication / Romeo 0.9.3 freeware.dmg / Romeo.app / Contents / Resources / RomeoSuite.scriptSuite < prev    next >
Extensible Markup Language  |  2004-07-02  |  3KB  |  138 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>AppleEventCode</key>
  6.     <string>Rmeo</string>
  7.     <key>Classes</key>
  8.     <dict>
  9.         <key>NSApplication</key>
  10.         <dict>
  11.             <key>AppleEventCode</key>
  12.             <string>RmCl</string>
  13.             <key>Superclass</key>
  14.             <string>NSCoreSuite.AbstractObject</string>
  15.             <key>SupportedCommands</key>
  16.             <dict>
  17.                 <key>NSCoreSuite.Quit</key>
  18.                 <string>Quit:</string>
  19.                 <key>RomeoSuite.Connect</key>
  20.                 <string>Connect:</string>
  21.                 <key>RomeoSuite.Disconnect</key>
  22.                 <string>Disconnect:</string>
  23.                 <key>RomeoSuite.Display</key>
  24.                 <string>Display:</string>
  25.                 <key>RomeoSuite.Do</key>
  26.                 <string>Do:</string>
  27.                 <key>RomeoSuite.Status</key>
  28.                 <string>Status:</string>
  29.                 <key>RomeoSuite.Test</key>
  30.                 <string>Test:</string>
  31.             </dict>
  32.         </dict>
  33.     </dict>
  34.     <key>Commands</key>
  35.     <dict>
  36.         <key>Connect</key>
  37.         <dict>
  38.             <key>AppleEventClassCode</key>
  39.             <string>Rmeo</string>
  40.             <key>AppleEventCode</key>
  41.             <string>conn</string>
  42.             <key>CommandClass</key>
  43.             <string>NSScriptCommand</string>
  44.         </dict>
  45.         <key>Disconnect</key>
  46.         <dict>
  47.             <key>AppleEventClassCode</key>
  48.             <string>Rmeo</string>
  49.             <key>AppleEventCode</key>
  50.             <string>disc</string>
  51.             <key>CommandClass</key>
  52.             <string>NSScriptCommand</string>
  53.         </dict>
  54.         <key>Display</key>
  55.         <dict>
  56.             <key>AppleEventClassCode</key>
  57.             <string>Rmeo</string>
  58.             <key>AppleEventCode</key>
  59.             <string>disp</string>
  60.             <key>Arguments</key>
  61.             <dict>
  62.                 <key>text</key>
  63.                 <dict>
  64.                     <key>AppleEventCode</key>
  65.                     <string>Text</string>
  66.                     <key>Type</key>
  67.                     <string>NSString</string>
  68.                 </dict>
  69.             </dict>
  70.             <key>CommandClass</key>
  71.             <string>NSScriptCommand</string>
  72.         </dict>
  73.         <key>Do</key>
  74.         <dict>
  75.             <key>AppleEventClassCode</key>
  76.             <string>Rmeo</string>
  77.             <key>AppleEventCode</key>
  78.             <string>docm</string>
  79.             <key>Arguments</key>
  80.             <dict>
  81.                 <key>specialaction</key>
  82.                 <dict>
  83.                     <key>AppleEventCode</key>
  84.                     <string>Spac</string>
  85.                     <key>Type</key>
  86.                     <string>NSNumber<Int></string>
  87.                 </dict>
  88.             </dict>
  89.             <key>CommandClass</key>
  90.             <string>NSScriptCommand</string>
  91.         </dict>
  92.         <key>Quits</key>
  93.         <dict>
  94.             <key>AppleEventClassCode</key>
  95.             <string>Rmeo</string>
  96.             <key>AppleEventCode</key>
  97.             <string>quit</string>
  98.             <key>CommandClass</key>
  99.             <string>NSScriptCommand</string>
  100.         </dict>
  101.         <key>Status</key>
  102.         <dict>
  103.             <key>AppleEventClassCode</key>
  104.             <string>Rmeo</string>
  105.             <key>AppleEventCode</key>
  106.             <string>stat</string>
  107.             <key>CommandClass</key>
  108.             <string>NSScriptCommand</string>
  109.         </dict>
  110.         <key>Test</key>
  111.         <dict>
  112.             <key>AppleEventClassCode</key>
  113.             <string>Rmeo</string>
  114.             <key>AppleEventCode</key>
  115.             <string>test</string>
  116.             <key>Arguments</key>
  117.             <dict>
  118.                 <key>number</key>
  119.                 <dict>
  120.                     <key>AppleEventCode</key>
  121.                     <string>Test</string>
  122.                     <key>Type</key>
  123.                     <string>NSString</string>
  124.                 </dict>
  125.             </dict>
  126.             <key>CommandClass</key>
  127.             <string>NSScriptCommand</string>
  128.         </dict>
  129.     </dict>
  130.     <key>Name</key>
  131.     <string>RomeoSuite</string>
  132.     <key>UsedFeatures</key>
  133.     <array>
  134.         <string>UnnamedArguments</string>
  135.     </array>
  136. </dict>
  137. </plist>
  138.